home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / include / autoconfig / nsIReadConfig.h < prev   
C/C++ Source or Header  |  2006-05-08  |  2KB  |  91 lines

  1. /*
  2.  * DO NOT EDIT.  THIS FILE IS GENERATED FROM nsIReadConfig.idl
  3.  */
  4.  
  5. #ifndef __gen_nsIReadConfig_h__
  6. #define __gen_nsIReadConfig_h__
  7.  
  8.  
  9. #ifndef __gen_nsISupports_h__
  10. #include "nsISupports.h"
  11. #endif
  12.  
  13. /* For IDL files that don't want to include root IDL files. */
  14. #ifndef NS_NO_VTABLE
  15. #define NS_NO_VTABLE
  16. #endif
  17. #define NS_READCONFIG_CID\
  18.   { 0xba5bc4c6,\
  19.     0x1dd1, \
  20.     0x11b2, \
  21.     { 0xbb, 0x89, 0xb8, 0x44, 0xc6, 0xec, 0x03, 0x39 }\
  22.   }
  23.  
  24. #define NS_READCONFIG_CONTRACTID \
  25.   "@mozilla.org/readconfig;1" 
  26. #define NS_READCONFIG_CLASSNAME "ReadConfig Module"
  27.  
  28. /* starting interface:    nsIReadConfig */
  29. #define NS_IREADCONFIG_IID_STR "ba5bc4c6-1dd1-11b2-bb89-b844c6ec0339"
  30.  
  31. #define NS_IREADCONFIG_IID \
  32.   {0xba5bc4c6, 0x1dd1, 0x11b2, \
  33.     { 0xbb, 0x89, 0xb8, 0x44, 0xc6, 0xec, 0x03, 0x39 }}
  34.  
  35. class NS_NO_VTABLE nsIReadConfig : public nsISupports {
  36.  public: 
  37.  
  38.   NS_DEFINE_STATIC_IID_ACCESSOR(NS_IREADCONFIG_IID)
  39.  
  40. };
  41.  
  42. /* Use this macro when declaring classes that implement this interface. */
  43. #define NS_DECL_NSIREADCONFIG \
  44.   /* no methods! */
  45.  
  46. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  47. #define NS_FORWARD_NSIREADCONFIG(_to) \
  48.   /* no methods! */
  49.  
  50. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  51. #define NS_FORWARD_SAFE_NSIREADCONFIG(_to) \
  52.   /* no methods! */
  53.  
  54. #if 0
  55. /* Use the code below as a template for the implementation class for this interface. */
  56.  
  57. /* Header file */
  58. class nsReadConfig : public nsIReadConfig
  59. {
  60. public:
  61.   NS_DECL_ISUPPORTS
  62.   NS_DECL_NSIREADCONFIG
  63.  
  64.   nsReadConfig();
  65.  
  66. private:
  67.   ~nsReadConfig();
  68.  
  69. protected:
  70.   /* additional members */
  71. };
  72.  
  73. /* Implementation file */
  74. NS_IMPL_ISUPPORTS1(nsReadConfig, nsIReadConfig)
  75.  
  76. nsReadConfig::nsReadConfig()
  77. {
  78.   /* member initializers and constructor code */
  79. }
  80.  
  81. nsReadConfig::~nsReadConfig()
  82. {
  83.   /* destructor code */
  84. }
  85.  
  86. /* End of implementation class template. */
  87. #endif
  88.  
  89.  
  90. #endif /* __gen_nsIReadConfig_h__ */
  91.